home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Secret Rendez-vous
/
Secret Rendez-vous.iso
/
mac
/
Starware Movie Player
/
Starware Movie Player.DXR
/
00042_InitPaths Script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-04-24
|
317 b
|
11 lines
on initPaths
set the searchPath to []
set saveDelim to the itemDelimiter
set the itemDelimiter to ":"
set volName to item 1 of the pathName & ":"
set the itemDelimiter to saveDelim
append(the searchPath, volName)
append(the searchPath, volName & "CAST:")
append(the searchPath, volName & "MOVS:")
end